Why does $form['_csrf_token']->render(); render a hidden input without a value in symfony 1.4.8?

I was initially using $form->render but was having the same error. I decided to cut away the rest of the fluff and render just the _csrf_token which I was having a problem with. – Nick B.

Nov 10 '10 at 19:17 Although not what was troubling me this will probably be the most useful answer for the next person looking up this issue. – Nick B. Apr 12 at 18:02.

See my response to Dziamid above. – Nick B. Nov 10 '10 at 19:17.

You have to do a hard refresh. Something is stuck in your session. Hard refresh is Shift+F5 If that fails, delete all your domain cookies for your domain and try again.It is simply a session issue, provided you've not messed with csrf elsewhere.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions